Пример #1
0
        public async Task SetEpcLengthForBufferOperations(EpcLength epcLength)
        {
            var responses = await SendReceive(CommandDataPacket.SetEpcLengthForBufferOperations(epcLength));

            responses.First().CheckSuccess();
        }
Пример #2
0
 public static CommandDataPacket SetEpcLengthForBufferOperations(EpcLength epcLength)
 {
     return(new CommandDataPacket(ReaderCommand.SetEpcLengthForBufferOperations, (byte)epcLength));
 }