User Tools

Site Tools

한국어

logicpython:cubloc_api:puta2

This is an old revision of the document!


Table of Contents

PutA2

Send a byte array until a stop character is encountered.

Syntax

from cubloc import PutA2
 
PutA2(channel: int, array: bytes, byteLength: int, stopChar: int,)

Example

from cubloc import PutA2
 
# Example usage
PutA2(0, [1, 2, 3], 1, 10)
logicpython/cubloc_api/puta2.1775786798.txt.gz · Last modified: by 127.0.0.1