next up previous contents index
Next: Usage Rules Up: Uniform Protocol Interface Previous: Graph Manipulation Operations

Utility Operations

 

xIsProtl

 

Returns true if object is a protocol; returns false if object was either never initialized or has been badly clobbered.

bool xIsProtl(Protl object)

xIsSessn

 

Returns true if object is a session; returns false if object was either never initialized or has been badly clobbered.

bool xIsSessn(Sessn object)

xIsValidProtl

 

A protocol created with xCreateProtl is kept in a system map and removed when the protocol is destroyed. xIsValidProtl can be used to determine whether a random Protl handle (protocol) is in this map and can thus be used safely.

bool xIsValidProtl(Protl protocol)

xIsValidSessn

 

A session created with xCreateSessn is kept in a system map and removed when the session is destroyed. xIsValidSessn can be used to determine whether a random Sessn handle (session) is in this map and can thus be used safely.

bool xIsValidSessn(Sessn session)

xPrintProtl

 

Displays some information about the state of protocol.

void xPrintProtl(Protl protocol)

xPrintSessn

 

Displays some information about the state of session.

void xPrintSessn(Sessn session)



Larry Peterson
Tue Jul 1 14:50:34 MST 1997