PeerInvitationResponseType 枚举

定义

指定本地对等方可以在应用程序驱动的协作邀请请求下收到的响应。

public enum class PeerInvitationResponseType
public enum PeerInvitationResponseType
type PeerInvitationResponseType = 
Public Enum PeerInvitationResponseType
继承
PeerInvitationResponseType

字段

Accepted 1

该对等方已接受邀请请求。

Declined 0

该对等方已拒绝邀请请求。

Expired 2

邀请请求已过期。

适用于

另请参阅