Skip to main content
Skip table of contents

Get Packet Length

function Packet_GetPacketLength (msg, packet)
  require 'LOG'
  local length = 0

  if (packet ~= nil) then
    length = GetPacketLength(packet)
    EZINFO('Packet Length' .. length)
  end
end
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.