send
설명
이더넷 객체로 문자열을 송신합니다.
문법
{ENet객체}.send {msg}
파라미터
항목
의미
기타
msg
송신할 문자열.
문자열형
리턴값
송신한 바이트 수
사용 예
enet_to_sensor.send "rob:"+10+", command:"+cmd+"\n"
Last updated
Was this helpful?
이더넷 객체로 문자열을 송신합니다.
{ENet객체}.send {msg}
msg
송신할 문자열.
문자열형
송신한 바이트 수
enet_to_sensor.send "rob:"+10+", command:"+cmd+"\n"
Last updated
Was this helpful?