Jump to: navigation, search

TNetworkPartyRole

Syntax

typedef enum TNetworkPartyRole_tag {
	RoleNtwUnknown		= 0,
	RoleNtwOrigParty		= 1,
	RoleNtwDestParty		= 2
} TNetworkPartyRole;

Values

  • RoleNtwUnknown — The party in question has an unknown role for this call.
  • RoleNtwOrigParty — The party in question has made this call.
  • RoleNtwDestParty — The party in question has received this call.
This page was last edited on June 27, 2017, at 20:22.
Comments or questions about this documentation? Contact us for support!