public BaseStationButton(BaseStationButton.Command cmd, ushort nodeAddress) : this(msclPINVOKE.new_BaseStationButton__SWIG_1((int)cmd, nodeAddress), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public BaseStationButton(BaseStationButton.Command cmd) : this(msclPINVOKE.new_BaseStationButton__SWIG_2((int)cmd), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void command(BaseStationButton.Command cmd) { msclPINVOKE.BaseStationButton_command__SWIG_1(swigCPtr, (int)cmd); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public BaseStationButton.Command command() { BaseStationButton.Command ret = (BaseStationButton.Command)msclPINVOKE.BaseStationButton_command__SWIG_0(swigCPtr); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }