toggle menu
javasteam
1.5.1
jvm
switch theme
search in API
javasteam
/
in.dragonbra.javasteam.networking.steam3
/
NetMsgEventArgs
Net
Msg
Event
Args
open
class
NetMsgEventArgs
:
EventArgs
Author
lngtr
Since
2018-02-20
Members
Constructors
Net
Msg
Event
Args
Link copied to clipboard
constructor
(
data
:
Array
<
Byte
>
,
endPoint
:
InetSocketAddress
)
Properties
data
Link copied to clipboard
val
data
:
Array
<
Byte
>
EMPTY
Link copied to clipboard
val
EMPTY
:
EventArgs
end
Point
Link copied to clipboard
val
endPoint
:
InetSocketAddress
Functions
with
Data
Link copied to clipboard
open
fun
withData
(
data
:
Array
<
Byte
>
)
:
NetMsgEventArgs