ASCOM.cam85_v03.TECControl.tecSendCommand C# (CSharp) Method

tecSendCommand() private method

private tecSendCommand ( byte cmd ) : void
cmd byte
return void
        private void tecSendCommand(byte[] cmd)
        {
            tecComPort.Write(cmd, 0, cmd.Length);
        }