次の方法で共有


NEDatagramRead 代理人

定義

public delegate void NEDatagramRead(NSData[] datagrams, NWEndpoint[] remoteEndpoints, NSError error);
type NEDatagramRead = delegate of NSData[] * NWEndpoint[] * NSError -> unit

パラメーター

datagrams
NSData[]
remoteEndpoints
NWEndpoint[]
error
NSError

適用対象