WiFiDirectConnectionParameters.GroupOwnerIntent 속성

정의

Wi-Fi 직접 연결/페어링 작업에서 그룹 소유자 협상에 사용되는 그룹 소유자 의도 값입니다.

public:
 property short GroupOwnerIntent { short get(); void set(short value); };
short GroupOwnerIntent();

void GroupOwnerIntent(short value);
public short GroupOwnerIntent { get; set; }
var int16 = wiFiDirectConnectionParameters.groupOwnerIntent;
wiFiDirectConnectionParameters.groupOwnerIntent = int16;
Public Property GroupOwnerIntent As Short

속성 값

Int16

short

Wi-Fi 직접 연결/페어링 작업에서 그룹 소유자 협상에 사용되는 그룹 소유자 의도 값입니다.

설명

이 속성의 기본값은 14입니다. 따라서 WiFiDirectConnectionListener 는 문제를 강제하지 않고 그룹 소유자가 되기 위해 열심히 노력할 것입니다.

적용 대상

추가 정보