C# 클래스 VVVV.Packs.Messaging.Serializing.OSCExtensions

파일 보기 프로젝트 열기: velcrome/vvvv-Message

공개 프로퍼티들

프로퍼티 타입 설명
OSCEncoding System.Text.Encoding

공개 메소드들

메소드 설명
AsAddress ( string topic ) : string
AsTopic ( string address ) : string
FromOSC ( Stream stream, Dictionary parser, bool extendedMode = false ) : Message
FromOSC ( Stream stream, bool extendedMode = false, string messagePrefix = "", int contractAddress = 1 ) : Message
PeekAddress ( Stream stream ) : string
ToOSC ( this message, IEnumerable fields, bool extendedMode = false ) : Stream
ToOSC ( this message, bool extendedMode = false ) : Stream

비공개 메소드들

메소드 설명
CommonPrefix ( string addresses ) : string

메소드 상세

AsAddress() 공개 정적인 메소드

public static AsAddress ( string topic ) : string
topic string
리턴 string

AsTopic() 공개 정적인 메소드

public static AsTopic ( string address ) : string
address string
리턴 string

FromOSC() 공개 정적인 메소드

public static FromOSC ( Stream stream, Dictionary parser, bool extendedMode = false ) : Message
stream Stream
parser Dictionary
extendedMode bool
리턴 Message

FromOSC() 공개 정적인 메소드

public static FromOSC ( Stream stream, bool extendedMode = false, string messagePrefix = "", int contractAddress = 1 ) : Message
stream Stream
extendedMode bool
messagePrefix string
contractAddress int
리턴 Message

PeekAddress() 공개 정적인 메소드

public static PeekAddress ( Stream stream ) : string
stream Stream
리턴 string

ToOSC() 공개 정적인 메소드

public static ToOSC ( this message, IEnumerable fields, bool extendedMode = false ) : Stream
message this
fields IEnumerable
extendedMode bool
리턴 Stream

ToOSC() 공개 정적인 메소드

public static ToOSC ( this message, bool extendedMode = false ) : Stream
message this
extendedMode bool
리턴 Stream

프로퍼티 상세

OSCEncoding 공개적으로 정적으로 프로퍼티

public static Encoding,System.Text OSCEncoding
리턴 System.Text.Encoding