End bit for SECS-I. Final block is set to True. SwingSecsI Control generates event after it has received final block, so this property value is always True.
構文
戻り値
使用例
|
If . EBit = False Then
' Never comes here
End If
|
|
if(!m_msg. GetEBit())
{
// Never comes here
}
|
特記事項
Besides this, HSMS doesn't use EBit Property. This area is used for P Type . So EBit Property is not always True for SwingHsms Control.
参照
|