C# 클래스 IncompleteMessageException, whatsapp-desktop-client

상속: Exception
파일 보기 프로젝트 열기: sambulosenda/whatsapp-desktop-client 1 사용 예제들

공개 메소드들

메소드 설명
IncompleteMessageException ( string message, int code ) : System
getInput ( ) : byte[]
setInput ( byte input ) : void

메소드 상세

IncompleteMessageException() 공개 메소드

public IncompleteMessageException ( string message, int code ) : System
message string
code int
리턴 System

getInput() 공개 메소드

public getInput ( ) : byte[]
리턴 byte[]

setInput() 공개 메소드

public setInput ( byte input ) : void
input byte
리턴 void