NetworkRequestType Field

Indicates the type and level of details required for a Network Status Request Message  
Valid values:  
1 = Snapshot  
2 = Subscribe  
4 = Stop subscribing  
8 = Level of detail, then NoCompIDs becomes required  
 
Boolean logic applies EG If you want to subscribe for changes to certain ids then UserRequestType =10 (8+2), Snapshot for certain IDs = 9 (8+1)  
 
public const int NetworkRequestType = 935
This language is not supported or no code example is available.
public:  
const int NetworkRequestType = 935;
This language is not supported or no code example is available.
public const NetworkRequestType : int = 935
This language is not supported or no code example is available.

Field Value

int

In this article

Definition