| 
Communication status changed. Communication status is one of the following.
 
| Disabled | 0 | Communication disabled |  | NotCommunicating | 1 | Communication aborted |  | Communicating | 2 | Communication in progress |  
 構文 
|  |  
| 
Event CommunicationStateChanged(sNewState As Integer, sPrevState As Integer)
 
 
 |  
 
|  |  
| 
void FireCommunicationStateChanged(short sNewState, short sPrevState);
 
 
 |  
 
| sNewState | New status |  | sPrevState | Prior status |  
 戻り値 
 使用例 
 特記事項 
 参照 
				
			 |