qInt32 GetPendingReliableBufferNum( StationID id, SubStreamID subStreamID = SubStreamIDDefine::SYSTEM );
Name | Description | |
---|---|---|
in | id | Specifies the StationIDs of the stations from which you get the number of pending reliable communications. |
in | subStreamID | Specifies the ID during use of multiple reliables. SubStreamIDDefine::SYSTEM is specified if omitted, and is shared with the system. |
StationID
. Returns -1
for the local station, disconnected stations, non-existent Stations or non-existent SubStreamID
s. Gets the number of pending reliable communications for the station addresses specified by StationID
. The value that is obtained includes reliable communication packets that are used internally in NEX, in addition to unreliable communication packets that are used for direct streams.
ConnectionID
to StationID
.CONFIDENTIAL