public void setPriority(CNCRMSG_PRIORITY priority) { _priority = priority; }
public CNCRMessage(CNCRMSG_TYPE msgType, CNCRMSG_PRIORITY priority) { _msgType = msgType; _msgTypeByte = Convert.ToByte(Convert.ToByte(_msgType) << 4); _msgID = msg_counter++; }